object WorldPayRequestForm: TWorldPayRequestForm Left = 488 Top = 228 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Request new registration key' ClientHeight = 119 ClientWidth = 343 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 16 Top = 12 Width = 317 Height = 13 Caption = 'Enter the email address you used when you registered this progra' + 'm.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object EmailEdit: TEdit Left = 16 Top = 28 Width = 313 Height = 21 TabOrder = 0 OnChange = EmailEditChange end object EmailButton: TButton Left = 90 Top = 80 Width = 153 Height = 25 Caption = 'Email me my Registration key' Default = True Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = EmailButtonClick end object CancelButton: TButton Left = 256 Top = 80 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = CancelButtonClick end end